Scheduler for WinRT
AddRange(Appointment[]) Method


An array of Appointment objects.
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
Syntax
'Declaration
 
Public Overloads Overrides Sub AddRange( _
   ByVal items() As Appointment _
) 
'Usage
 
Dim instance As AppointmentCollection
Dim items() As Appointment
 
instance.AddRange(items)
public override void AddRange( 
   Appointment[] items
)

Parameters

items
An array of Appointment objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentCollection Class
AppointmentCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.